home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Nuntius 1.2 / src / Nuntius / tools / AntiCopy next >
Encoding:
Text File  |  1994-02-20  |  212 b   |  9 lines  |  [TEXT/MPS ]

  1. set text '// Copyright © 1992 Peter Speck, speck@dat.ruc.dk. All rights reserved.'∂n
  2.  
  3. for f in `{nuntius}tools:MyFiles`
  4.     echo {f} ∑∑ {worksheet}
  5.     echo -n "{{text}}" > {tmp}
  6.     cat {f} >> {tmp}
  7.     mv -y {tmp} {f}
  8. end
  9.